home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / m17n / xfont.fst < prev    next >
Text File  |  2009-04-29  |  3KB  |  127 lines

  1. ;; xfont.fst -- Fontset using only X fonts            -*- lisp -*-
  2. ;; Copyright (C) 2003, 2004, 2006
  3. ;;   National Institute of Advanced Industrial Science and Technology (AIST)
  4. ;;   Registration Number H15PRO112
  5.  
  6. ;; This file is part of the m17n database; a sub-part of the m17n
  7. ;; library.
  8.  
  9. ;; The m17n library is free software; you can redistribute it and/or
  10. ;; modify it under the terms of the GNU Lesser General Public License
  11. ;; as published by the Free Software Foundation; either version 2.1 of
  12. ;; the License, or (at your option) any later version.
  13.  
  14. ;; The m17n library is distributed in the hope that it will be useful,
  15. ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  17. ;; Lesser General Public License for more details.
  18.  
  19. ;; You should have received a copy of the GNU Lesser General Public
  20. ;; License along with the m17n library; if not, write to the Free
  21. ;; Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
  22. ;; Boston, MA 02110-1301, USA.
  23.  
  24. ;; The file format is this:
  25. ;;    (SCRIPT (LANGAUGE (FONT-SPEC-LIST [LAYOUTER]) ...) ...) ...
  26. ;;    (CHARSET (FONT-SPEC-LIST [LAYOUTER]) ...) ...
  27. ;;    (nil (FONT-SPEC-LIST [LAYOUTER]) ...) ...
  28. ;; See FORMAT/Fontset.txt for the detail.
  29.  
  30. ;;; <li> xfont.fst
  31. ;;;
  32. ;;; Fontset using only X fonts.
  33.  
  34. (latin
  35.  (nil
  36.   ((iso8859-1))
  37.   ((iso8859-2))
  38.   ((iso8859-15))
  39.   ((iso10646-1))
  40.   ((iso8859-3))
  41.   ((iso8859-4))
  42.   ((iso8859-5))
  43.   ((iso8859-9))
  44.   ((iso8859-10))
  45.   ((iso8859-13))
  46.   ((iso8859-14)))
  47.  (vi
  48.   ((viscii1.1-1))
  49.   ((iso10646-1))))
  50. (greek
  51.  (nil
  52.   ((iso8859-7))
  53.   ((iso10646-1))))
  54. (cyrillic
  55.  (nil
  56.   ((iso8859-5))
  57.   ((microsoft-cp1251))
  58.   ((iso10646-1))))
  59. (hebrew
  60.  (nil
  61.   ((iso8859-8))
  62.   ((iso10646-1))))
  63. (arabic
  64.  (nil
  65.   ((nil misc iso10646-1) arabic)))
  66. (devanagari
  67.  (nil
  68.   ((devanagari-cdac) dev-cdac)
  69.   ))
  70. (malayalam
  71.  (nil
  72.   ((malayalam-cdac) mlm-cdac)))
  73. (tamil
  74.  (nil
  75.   ((tamil-cdac) tml-cdac)))
  76. (hiragana
  77.  (ja
  78.   ((jisx0208.1983-0)))
  79.  (nil
  80.   ((jisx0208.1983-0))
  81.   ((gb2312.1980-0))
  82.   ((ksc5601.1987-0))))
  83. (katakana
  84.  (ja
  85.   ((jisx0208.1983-0)))
  86.  (nil
  87.   ((jisx0208.1983-0))
  88.   ((jisx0201.1976-0))
  89.   ((gb2312.1980-0))
  90.   ((ksc5601.1987-0))))
  91. (hangul
  92.  (nil
  93.   ((ksc5601.1987-0))))
  94. (ethiopic
  95.  (nil
  96.   ((ethiopic-unicode))))
  97. (lao
  98.  (nil
  99.   ((mulelao-1) lao-mule)
  100.   ((nil alice0\ lao iso8859-1) lao-alice)))
  101. (khmer
  102.  (nil
  103.   ((mulekhmer-1) khmer-mule)))
  104. (tibetan
  105.  (nil
  106.   ((muletibetan-2) tib-mule)))
  107. (thai
  108.  (nil
  109.   ((tis620.2529-1) thai-tis620)
  110.   ((tis620.2533-0) thai-tis620)
  111.   ))
  112. (han
  113.  (ja
  114.   ((jisx0208.1983-0))
  115.   ((jisx0212.1990-0)))
  116.  (zh
  117.   ((gb2312.1980-0))
  118.   ((big5.eten-0))
  119.   ((big5-1))
  120.   ((gbk-0)))
  121.  (ko
  122.   ((ksc5601.1987-0))))
  123.  
  124. (nil
  125.  ((nil \1col iso10646-1))
  126.  ((iso10646-1)))
  127.